home *** CD-ROM | disk | FTP | other *** search
- %
- % We redefine some things for the Amiga.
- %
-
- localfont:=amiga;
-
- base_version:=base_version&"/Amiga";
-
- %
- % Some mode defs.
- %
- mode_def imagen = % imagen mode: for the Imagen 8/300 (Canon engine)
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=300;
- blacker:=0; % Canon engine is black enough
- fillin:=.2; % and it tends to fill in diagonals
- o_correction:=.6; %
- enddef;
-
- mode_def amiga = % previewer
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=100; % really lowres
- blacker:=0; % don't make the pens any blacker
- fillin:=0; % and don't compensate for fillin
- o_correction:=.2; % but suppress most overshoots
- enddef;
-
- mode_def iw = % ImageWriter II
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=144; % really lowres
- blacker:=0; % don't make the pens any blacker
- fillin:=0; % and don't compensate for fillin
- o_correction:=.2; % but suppress most overshoots
- enddef;
-
- mode_def NEC = % NEC
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=180; % really lowres
- blacker:=0; % don't make the pens any blacker
- fillin:=0; % and don't compensate for fillin
- o_correction:=.2; % but suppress most overshoots
- enddef;
-
- mode_def NEChi = % NEC 360 mode; same as imagen, but different res
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=360;
- blacker:=0; %
- fillin:=.2; %
- o_correction:=.6; %
- enddef;
-
- mode_def epslo = % DD mode: for the DataDisc (usually with mag=magstep 2=1.44)
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=120; % really lowres
- blacker:=0; % don't make the pens any blacker
- fillin:=0; % and don't compensate for fillin
- o_correction:=.2; % but suppress most overshoots
- aspect_ratio:=144/120; % vertically it's 144 dpi.
- enddef;
-
- mode_def epshi = % DD mode: for the DataDisc (usually with mag=magstep 2=1.44)
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=240; % really lowres
- blacker:=0; % don't make the pens any blacker
- fillin:=0; % and don't compensate for fillin
- o_correction:=.2; % but suppress most overshoots
- aspect_ratio:=216/240; % vertically it's 216 dpi.
- enddef;
-
- mode_def linolo = % Linotronic 100 at 635
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=635; % getting up there
- blacker:=0; % don't make the pens any blacker
- fillin:=0; % and don't compensate for fillin
- o_correction:=0; % no stuff here either
- enddef;
-
- mode_def linohi = % Linotronic 100 at 1270
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=1270; % getting up there
- blacker:=0; % don't make the pens any blacker
- fillin:=0; % and don't compensate for fillin
- o_correction:=0; % no stuff here either
- enddef;
-
- mode_def linosuper = % Linotronic 100 at 2540
- proofing:=0; % no, we're not making proofs
- fontmaking:=1; % yes, we are making a font
- tracingtitles:=0; % no, don't show titles in the log
- pixels_per_inch:=2540; % getting up there
- blacker:=0; % don't make the pens any blacker
- fillin:=0; % and don't compensate for fillin
- o_correction:=0; % no stuff here either
- enddef;
-